.servicesContent{
    min-height: 100vh;
}

.servicesBanner {
    height: 80vh;
    background-color: #00000079;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.background-vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.servicesBannerTitle h1{
    font-size: 70px;
    color: white;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.servicesBannerTitle p{
    font-size: 25px;
    color: white;
    font-weight: 600;
    text-align: center;
}

.servicesTxt{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px auto;
    padding:30px;
}

.servicesTxt h1{
    font-size: 70px;
    background: linear-gradient(to bottom, #000000, #5f5f5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    width: fit-content;
    text-align: center;
    margin-bottom: 30px;
}

.servicesTxt p{
    font-size: 20px;
    font-weight: 600;
    text-wrap: pretty;
    margin: 10px;
}

@media (max-width: 768px){

    .servicesBannerTitle{
        text-align: center;
    }
    .servicesBannerTitle h1{
        font-size: 40px;
    }

    .servicesBannerTitle p{
        font-size: 20px;
        padding: 10px;
        text-align: center;
    }

    .servicesTxt{
        width: 90%;
        padding: 0px;
    }

    .servicesTxt h1{
        font-size: 40px;
    }

    .servicesTxt p{
        font-size: 15px;
    }
}

#cnc{
    scroll-margin-top: 200px; 
  }

#cncTurning{
    scroll-margin-top: 200px; 
}

#automat{
    scroll-margin-top: 200px; 
}
